home *** CD-ROM | disk | FTP | other *** search
- /**
- ** Prototypes for gbtextinfo.library
- **
- ** Created: 03. Aug 1992 us
- ** Changed: 03. Aug 1992
- **
- **/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
-
-
- EB_GadBoxPtr EGB_CreateTextInfoGadget(EB_GadContext con,
- WORD minW, WORD maxW,
- WORD minH, WORD maxH,
- EG_EFontPtr font, LONG id);
-
- void EGB_ModifyTextInfoGadget(EI_WindowPtr win,
- EI_GadgetPtr gad, char *text);
-
- void EGB_SetTextInfoPos(EI_WindowPtr win,
- EI_GadgetPtr gad,
- LONG line);
-
-